.test-real-time-info .header {
  display: flex;
  justify-content: space-between;
  padding-left: 9px;
}
.test-real-time-info .header .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #19212C;
  position: relative;
}
.test-real-time-info .header .title:after {
  content: '';
  width: 4px;
  height: 18px;
  background: #3D7EFF;
  position: absolute;
  left: -8px;
  top: 5px;
}
.test-real-time-info .header > a {
  display: flex;
  align-items: center;
  color: #B7B7B7;
  font-size: 14px;
}
.test-real-time-info .header > a img {
  width: 20px;
}
.test-real-time-info .header > a:hover {
  color: #B7B7B7;
}
.test-real-time-info .test-list .test-item {
  margin-top: 36px;
}
.test-real-time-info .test-list .test-item > a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #19212C;
  cursor: pointer;
}
.test-real-time-info .test-list .test-item > a:hover {
  color: #19212C;
}
.test-real-time-info .test-list .test-item .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.test-real-time-info .test-list .test-item .news a {
  display: block;
  width: 49%;
  font-size: 14px;
  font-weight: 400;
  color: #19212C;
  margin-top: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.test-real-time-info .test-list .test-item .news a:hover {
  color: #3A74FF;
  font-weight: 500;
}
.test-real-time-info .test-list .test-item:first-child {
  margin-top: 26px;
}
/*# sourceMappingURL=testRealTimeInfo.css.map */